Html Css Color HEX #B12735 Cardinal

📋 copy color: '#B12735'

red 177 ◦ green 39 ◦ blue 53

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

Shades of Cardinal #B12735

Tints of Cardinal #B12735

RGB

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

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

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

R = 65.8%
G = 14.5%
B = 19.7%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B12735 (or 0xB12735) is known color: Cardinal. HEX triplet: B1, 27 and 35. RGB value is (177,39,53). Sum of RGB (Red+Green+Blue) = 177+39+53=269 (35% of max value = 765). Red value is 177 (69.53% from 255 or 65.80% from 269); Green value is 39 (15.62% from 255 or 14.50% from 269); Blue value is 53 (21.09% from 255 or 19.70% from 269); Max value from RGB is 177 - color contains mainly: red. Hex color #B12735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B12735 is #4ED8CA. Grayscale: #515151. Windows color (decimal): -5167307 or 3483569. OLE color: 3483569.

HSL color Cylindrical-coordinate representation of color #B12735: hue angle of 353.91º 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 #B12735 is Cyan = 0, Magento = 0.78, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 177 39 53 -
CMYK 0 0.78 0.70 0.31
HSL 353.91º 0.64% 0.42% -
HSV(B) 353.91º 0.78% 0.69% -
XYZ 19.5 11.06 4.47 -
YUV 81.86 111.72 195.86 -
System Red Green Blue C M Y K H S L
Decimal 177 39 53 0 0.78 0.70 0.31 353.91 0.64 0.42
Hex B1 27 35 0 4E 46 1F 162 40 2A
Octal 261 47 65 0 116 106 37 542 100 52
Binary 10110001 100111 110101 0 1001110 1000110 11111 101100010 1000000 101010

Color Harmonies of #B12735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B12735

Black with #B12735

Text Example


Text Example

White with #B12735

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B12735; }

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

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

background-color css

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

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

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

border-color css

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

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

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