Html Css Color HEX #B12933 Cardinal

📋 copy color: '#B12933'

red 177 ◦ green 41 ◦ blue 51

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

Shades of Cardinal #B12933

Tints of Cardinal #B12933

RGB

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

 GREEN value IS 41 (16.41% from 255) = 15.24%

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

R = 65.8%
G = 15.24%
B = 18.96%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B12933 (or 0xB12933) is known color: Cardinal. HEX triplet: B1, 29 and 33. RGB value is (177,41,51). Sum of RGB (Red+Green+Blue) = 177+41+51=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 41 (16.41% from 255 or 15.24% from 269); Blue value is 51 (20.31% from 255 or 18.96% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B12933 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12933 is #4ED6CC. Grayscale: #525252. Windows color (decimal): -5166797 or 3353009. OLE color: 3353009.

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

Color convert

RGB 177 41 51 -
CMYK 0 0.77 0.71 0.31
HSL 355.59º 0.62% 0.43% -
HSV(B) 355.59º 0.77% 0.69% -
XYZ 19.52 11.17 4.26 -
YUV 82.8 110.06 195.19 -
System Red Green Blue C M Y K H S L
Decimal 177 41 51 0 0.77 0.71 0.31 355.59 0.62 0.43
Hex B1 29 33 0 4D 47 1F 164 3E 2B
Octal 261 51 63 0 115 107 37 544 76 53
Binary 10110001 101001 110011 0 1001101 1000111 11111 101100100 111110 101011

Color Harmonies of #B12933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12933

Black with #B12933

Text Example


Text Example

White with #B12933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12933; }

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

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

background-color css

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

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

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

border-color css

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

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

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