Html Css Color HEX #B71629 Cardinal

📋 copy color: '#B71629'

red 183 ◦ green 22 ◦ blue 41

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

Shades of Cardinal #B71629

Tints of Cardinal #B71629

RGB

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

 GREEN value IS 22 (8.98% from 255) = 8.94%

 BLUE value IS 41 (16.41% from 255) = 16.67%

R = 74.39%
G = 8.94%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.78

 K value IS 0.28

RGB Variations

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

Color information

#B71629 (or 0xB71629) is known color: Cardinal. HEX triplet: B7, 16 and 29. RGB value is (183,22,41). Sum of RGB (Red+Green+Blue) = 183+22+41=246 (32% of max value = 765). Red value is 183 (71.88% from 255 or 74.39% from 246); Green value is 22 (8.98% from 255 or 8.94% from 246); Blue value is 41 (16.41% from 255 or 16.67% from 246); Max value from RGB is 183 - color contains mainly: red. Hex color #B71629 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71629 is #48E9D6. Grayscale: #484848. Windows color (decimal): -4778455 or 2692791. OLE color: 2692791.

HSL color Cylindrical-coordinate representation of color #B71629: hue angle of 352.92º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71629 is Cyan = 0, Magento = 0.88, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB 183 22 41 -
CMYK 0 0.88 0.78 0.28
HSL 352.92º 0.79% 0.4% -
HSV(B) 352.92º 0.88% 0.72% -
XYZ 20.22 10.8 3.12 -
YUV 72.31 110.34 206.96 -
System Red Green Blue C M Y K H S L
Decimal 183 22 41 0 0.88 0.78 0.28 352.92 0.79 0.4
Hex B7 16 29 0 58 4E 1C 161 4F 28
Octal 267 26 51 0 130 116 34 541 117 50
Binary 10110111 10110 101001 0 1011000 1001110 11100 101100001 1001111 101000

Color Harmonies of #B71629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B71629

Black with #B71629

Text Example


Text Example

White with #B71629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B71629; }

 p { color: rgb(183,22,41); }

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

background-color css

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

 a { background-color: rgb(183,22,41); }

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

border-color css

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

 span { border-color: rgb(183,22,41); }

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