Html Css Color HEX #B71833 Cardinal

📋 copy color: '#B71833'

red 183 ◦ green 24 ◦ blue 51

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

Shades of Cardinal #B71833

Tints of Cardinal #B71833

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.3%

 BLUE value IS 51 (20.31% from 255) = 19.77%

R = 70.93%
G = 9.3%
B = 19.77%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.72

 K value IS 0.28

RGB Variations

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

Color information

#B71833 (or 0xB71833) is known color: Cardinal. HEX triplet: B7, 18 and 33. RGB value is (183,24,51). Sum of RGB (Red+Green+Blue) = 183+24+51=258 (34% of max value = 765). Red value is 183 (71.88% from 255 or 70.93% from 258); Green value is 24 (9.77% from 255 or 9.30% from 258); Blue value is 51 (20.31% from 255 or 19.77% from 258); Max value from RGB is 183 - color contains mainly: red. Hex color #B71833 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71833 is #48E7CC. Grayscale: #4A4A4A. Windows color (decimal): -4777933 or 3348663. OLE color: 3348663.

HSL color Cylindrical-coordinate representation of color #B71833: hue angle of 349.81º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71833 is Cyan = 0, Magento = 0.87, Yellow = 0.72 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 24 51 -
CMYK 0 0.87 0.72 0.28
HSL 349.81º 0.77% 0.41% -
HSV(B) 349.81º 0.87% 0.72% -
XYZ 20.45 10.96 4.17 -
YUV 74.62 114.68 205.3 -
System Red Green Blue C M Y K H S L
Decimal 183 24 51 0 0.87 0.72 0.28 349.81 0.77 0.41
Hex B7 18 33 0 57 48 1C 15E 4D 29
Octal 267 30 63 0 127 110 34 536 115 51
Binary 10110111 11000 110011 0 1010111 1001000 11100 101011110 1001101 101001

Color Harmonies of #B71833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71833

Black with #B71833

Text Example


Text Example

White with #B71833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71833; }

 p { color: rgb(183,24,51); }

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

background-color css

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

 a { background-color: rgb(183,24,51); }

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

border-color css

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

 span { border-color: rgb(183,24,51); }

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