Html Css Color HEX #B0232E Cardinal

📋 copy color: '#B0232E'

red 176 ◦ green 35 ◦ blue 46

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

Shades of Cardinal #B0232E

Tints of Cardinal #B0232E

RGB

 RED value IS 176 (69.14% from 255) = 68.48%

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

 BLUE value IS 46 (18.36% from 255) = 17.9%

R = 68.48%
G = 13.62%
B = 17.9%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.74

 K value IS 0.31

RGB Variations

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

Color information

#B0232E (or 0xB0232E) is known color: Cardinal. HEX triplet: B0, 23 and 2E. RGB value is (176,35,46). Sum of RGB (Red+Green+Blue) = 176+35+46=257 (34% of max value = 765). Red value is 176 (69.14% from 255 or 68.48% from 257); Green value is 35 (14.06% from 255 or 13.62% from 257); Blue value is 46 (18.36% from 255 or 17.90% from 257); Max value from RGB is 176 - color contains mainly: red. Hex color #B0232E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0232E is #4FDCD1. Grayscale: #4E4E4E. Windows color (decimal): -5233874 or 3023792. OLE color: 3023792.

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

Color convert

RGB 176 35 46 -
CMYK 0 0.80 0.74 0.31
HSL 355.32º 0.67% 0.41% -
HSV(B) 355.32º 0.8% 0.69% -
XYZ 19 10.63 3.64 -
YUV 78.41 109.71 197.61 -
System Red Green Blue C M Y K H S L
Decimal 176 35 46 0 0.80 0.74 0.31 355.32 0.67 0.41
Hex B0 23 2E 0 50 4A 1F 163 43 29
Octal 260 43 56 0 120 112 37 543 103 51
Binary 10110000 100011 101110 0 1010000 1001010 11111 101100011 1000011 101001

Color Harmonies of #B0232E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B0232E

Black with #B0232E

Text Example


Text Example

White with #B0232E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B0232E; }

 p { color: rgb(176,35,46); }

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

background-color css

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

 a { background-color: rgb(176,35,46); }

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

border-color css

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

 span { border-color: rgb(176,35,46); }

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