Html Css Color HEX #B12733 Cardinal

📋 copy color: '#B12733'

red 177 ◦ green 39 ◦ blue 51

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

Shades of Cardinal #B12733

Tints of Cardinal #B12733

RGB

 RED value IS 177 (69.53% from 255) = 66.29%

 GREEN value IS 39 (15.63% from 255) = 14.61%

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

R = 66.29%
G = 14.61%
B = 19.1%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B12733 (or 0xB12733) is known color: Cardinal. HEX triplet: B1, 27 and 33. RGB value is (177,39,51). Sum of RGB (Red+Green+Blue) = 177+39+51=267 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.29% from 267); Green value is 39 (15.62% from 255 or 14.61% from 267); Blue value is 51 (20.31% from 255 or 19.10% from 267); Max value from RGB is 177 - color contains mainly: red. Hex color #B12733 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12733 is #4ED8CC. Grayscale: #515151. Windows color (decimal): -5167309 or 3352497. OLE color: 3352497.

HSL color Cylindrical-coordinate representation of color #B12733: hue angle of 354.78º degrees, saturation: 0.64, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B12733 is Cyan = 0, Magento = 0.78, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 51 -
CMYK 0 0.78 0.71 0.31
HSL 354.78º 0.64% 0.42% -
HSV(B) 354.78º 0.78% 0.69% -
XYZ 19.45 11.04 4.24 -
YUV 81.63 110.72 196.02 -
System Red Green Blue C M Y K H S L
Decimal 177 39 51 0 0.78 0.71 0.31 354.78 0.64 0.42
Hex B1 27 33 0 4E 47 1F 163 40 2A
Octal 261 47 63 0 116 107 37 543 100 52
Binary 10110001 100111 110011 0 1001110 1000111 11111 101100011 1000000 101010

Color Harmonies of #B12733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12733

Black with #B12733

Text Example


Text Example

White with #B12733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12733; }

 p { color: rgb(177,39,51); }

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

background-color css

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

 a { background-color: rgb(177,39,51); }

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

border-color css

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

 span { border-color: rgb(177,39,51); }

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