Html Css Color HEX #B71F3F Cardinal

📋 copy color: '#B71F3F'

red 183 ◦ green 31 ◦ blue 63

#B71F3F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cardinal #B71F3F

Tints of Cardinal #B71F3F

RGB

 RED value IS 183 (71.88% from 255) = 66.06%

 GREEN value IS 31 (12.5% from 255) = 11.19%

 BLUE value IS 63 (25% from 255) = 22.74%

R = 66.06%
G = 11.19%
B = 22.74%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.66

 K value IS 0.28

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#B71F3F (or 0xB71F3F) is known color: Cardinal. HEX triplet: B7, 1F and 3F. RGB value is (183,31,63). Sum of RGB (Red+Green+Blue) = 183+31+63=277 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.06% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 63 (25% from 255 or 22.74% from 277); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F3F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71F3F is #48E0C0. Grayscale: #505050. Windows color (decimal): -4776129 or 4136887. OLE color: 4136887.

HSL color Cylindrical-coordinate representation of color #B71F3F: hue angle of 347.37º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B71F3F is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 31 63 -
CMYK 0 0.83 0.66 0.28
HSL 347.37º 0.71% 0.42% -
HSV(B) 347.37º 0.83% 0.72% -
XYZ 20.92 11.41 5.8 -
YUV 80.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 183 31 63 0 0.83 0.66 0.28 347.37 0.71 0.42
Hex B7 1F 3F 0 53 42 1C 15B 47 2A
Octal 267 37 77 0 123 102 34 533 107 52
Binary 10110111 11111 111111 0 1010011 1000010 11100 101011011 1000111 101010

Color Harmonies of #B71F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F3F

Black with #B71F3F

Text Example


Text Example

White with #B71F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F3F; }

 p { color: rgb(183,31,63); }

 H1.HeaderClassName
 {
   color: #B71F3F;
 }
 .AnyTagClassName
 {
   color: #B71F3F;
 }
</style>

background-color css

<style>
 a { background-color: #B71F3F; }

 a { background-color: rgb(183,31,63); }

 div.DivClassName
 {
   background-color: #B71F3F;
 }
 .BgClassName
 {
   background-color: #B71F3F;
 }
</style>

border-color css

<style>
 span { border-color: #B71F3F; }

 span { border-color: rgb(183,31,63); }

 td.TdClassName
 {
   border-color: #B71F3F;
 }
 .TagClassName
 {
   border-color: #B71F3F;
 }
</style>