Html Css Color HEX #B12335 Cardinal

📋 copy color: '#B12335'

red 177 ◦ green 35 ◦ blue 53

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

Shades of Cardinal #B12335

Tints of Cardinal #B12335

RGB

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

 GREEN value IS 35 (14.06% from 255) = 13.21%

 BLUE value IS 53 (21.09% from 255) = 20%

R = 66.79%
G = 13.21%
B = 20%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B12335 (or 0xB12335) is known color: Cardinal. HEX triplet: B1, 23 and 35. RGB value is (177,35,53). Sum of RGB (Red+Green+Blue) = 177+35+53=265 (35% of max value = 765). Red value is 177 (69.53% from 255 or 66.79% from 265); Green value is 35 (14.06% from 255 or 13.21% from 265); Blue value is 53 (21.09% from 255 or 20% from 265); Max value from RGB is 177 - color contains mainly: red. Hex color #B12335 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12335 is #4EDCCA. Grayscale: #4F4F4F. Windows color (decimal): -5168331 or 3482545. OLE color: 3482545.

HSL color Cylindrical-coordinate representation of color #B12335: hue angle of 352.39º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B12335 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 35 53 -
CMYK 0 0.80 0.70 0.31
HSL 352.39º 0.67% 0.42% -
HSV(B) 352.39º 0.8% 0.69% -
XYZ 19.38 10.81 4.43 -
YUV 79.51 113.04 197.54 -
System Red Green Blue C M Y K H S L
Decimal 177 35 53 0 0.80 0.70 0.31 352.39 0.67 0.42
Hex B1 23 35 0 50 46 1F 160 43 2A
Octal 261 43 65 0 120 106 37 540 103 52
Binary 10110001 100011 110101 0 1010000 1000110 11111 101100000 1000011 101010

Color Harmonies of #B12335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12335

Black with #B12335

Text Example


Text Example

White with #B12335

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12335; }

 p { color: rgb(177,35,53); }

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

background-color css

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

 a { background-color: rgb(177,35,53); }

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

border-color css

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

 span { border-color: rgb(177,35,53); }

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