Html Css Color HEX #B12038 Cardinal

📋 copy color: '#B12038'

red 177 ◦ green 32 ◦ blue 56

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

Shades of Cardinal #B12038

Tints of Cardinal #B12038

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.08%

 BLUE value IS 56 (22.27% from 255) = 21.13%

R = 66.79%
G = 12.08%
B = 21.13%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.68

 K value IS 0.31

RGB Variations

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

Color information

#B12038 (or 0xB12038) is known color: Cardinal. HEX triplet: B1, 20 and 38. RGB value is (177,32,56). Sum of RGB (Red+Green+Blue) = 177+32+56=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 32 (12.89% from 255 or 12.08% from 265); Blue value is 56 (22.27% from 255 or 21.13% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B12038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12038 is #4EDFC7. Grayscale: #4E4E4E. Windows color (decimal): -5169096 or 3678385. OLE color: 3678385.

HSL color Cylindrical-coordinate representation of color #B12038: hue angle of 350.07º degrees, saturation: 0.69, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B12038 is Cyan = 0, Magento = 0.82, Yellow = 0.68 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 32 56 -
CMYK 0 0.82 0.68 0.31
HSL 350.07º 0.69% 0.41% -
HSV(B) 350.07º 0.82% 0.69% -
XYZ 19.36 10.67 4.78 -
YUV 78.09 115.54 198.55 -
System Red Green Blue C M Y K H S L
Decimal 177 32 56 0 0.82 0.68 0.31 350.07 0.69 0.41
Hex B1 20 38 0 52 44 1F 15E 45 29
Octal 261 40 70 0 122 104 37 536 105 51
Binary 10110001 100000 111000 0 1010010 1000100 11111 101011110 1000101 101001

Color Harmonies of #B12038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12038

Black with #B12038

Text Example


Text Example

White with #B12038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12038; }

 p { color: rgb(177,32,56); }

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

background-color css

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

 a { background-color: rgb(177,32,56); }

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

border-color css

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

 span { border-color: rgb(177,32,56); }

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