Html Css Color HEX #B71F3E Cardinal

📋 copy color: '#B71F3E'

red 183 ◦ green 31 ◦ blue 62

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

Shades of Cardinal #B71F3E

Tints of Cardinal #B71F3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 22.46%

R = 66.3%
G = 11.23%
B = 22.46%

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

#B71F3E (or 0xB71F3E) is known color: Cardinal. HEX triplet: B7, 1F and 3E. RGB value is (183,31,62). Sum of RGB (Red+Green+Blue) = 183+31+62=276 (36% of max value = 765). Red value is 183 (71.88% from 255 or 66.30% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 62 (24.61% from 255 or 22.46% from 276); Max value from RGB is 183 - color contains mainly: red. Hex color #B71F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B71F3E is #48E0C1. Grayscale: #505050. Windows color (decimal): -4776130 or 4071351. OLE color: 4071351.

HSL color Cylindrical-coordinate representation of color #B71F3E: hue angle of 347.76º 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 #B71F3E is Cyan = 0, Magento = 0.83, Yellow = 0.66 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 31 62 -
CMYK 0 0.83 0.66 0.28
HSL 347.76º 0.71% 0.42% -
HSV(B) 347.76º 0.83% 0.72% -
XYZ 20.89 11.4 5.66 -
YUV 79.98 117.86 201.48 -
System Red Green Blue C M Y K H S L
Decimal 183 31 62 0 0.83 0.66 0.28 347.76 0.71 0.42
Hex B7 1F 3E 0 53 42 1C 15C 47 2A
Octal 267 37 76 0 123 102 34 534 107 52
Binary 10110111 11111 111110 0 1010011 1000010 11100 101011100 1000111 101010

Color Harmonies of #B71F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71F3E

Black with #B71F3E

Text Example


Text Example

White with #B71F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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