Html Css Color HEX #B00235 Cardinal

📋 copy color: '#B00235'

red 176 ◦ green 2 ◦ blue 53

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

Shades of Cardinal #B00235

Tints of Cardinal #B00235

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.87%

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

R = 76.19%
G = 0.87%
B = 22.94%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.31

RGB Variations

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

Color information

#B00235 (or 0xB00235) is known color: Cardinal. HEX triplet: B0, 02 and 35. RGB value is (176,2,53). Sum of RGB (Red+Green+Blue) = 176+2+53=231 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.19% from 231); Green value is 2 (1.17% from 255 or 0.87% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 176 - color contains mainly: red. Hex color #B00235 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00235 is #4FFDCA. Grayscale: #3B3B3B. Windows color (decimal): -5242315 or 3474096. OLE color: 3474096.

HSL color Cylindrical-coordinate representation of color #B00235: hue angle of 342.41º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B00235 is Cyan = 0, Magento = 0.99, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 2 53 -
CMYK 0 0.99 0.70 0.31
HSL 342.41º 0.98% 0.35% -
HSV(B) 342.41º 0.99% 0.69% -
XYZ 18.57 9.53 4.23 -
YUV 59.84 124.15 210.85 -
System Red Green Blue C M Y K H S L
Decimal 176 2 53 0 0.99 0.70 0.31 342.41 0.98 0.35
Hex B0 2 35 0 63 46 1F 156 62 23
Octal 260 2 65 0 143 106 37 526 142 43
Binary 10110000 10 110101 0 1100011 1000110 11111 101010110 1100010 100011

Color Harmonies of #B00235

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00235

Black with #B00235

Text Example


Text Example

White with #B00235

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00235; }

 p { color: rgb(176,2,53); }

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

background-color css

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

 a { background-color: rgb(176,2,53); }

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

border-color css

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

 span { border-color: rgb(176,2,53); }

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