Html Css Color HEX #B02530 Cardinal

📋 copy color: '#B02530'

red 176 ◦ green 37 ◦ blue 48

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

Shades of Cardinal #B02530

Tints of Cardinal #B02530

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.18%

 BLUE value IS 48 (19.14% from 255) = 18.39%

R = 67.43%
G = 14.18%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B02530 (or 0xB02530) is known color: Cardinal. HEX triplet: B0, 25 and 30. RGB value is (176,37,48). Sum of RGB (Red+Green+Blue) = 176+37+48=261 (34% of max value = 765). Red value is 176 (69.14% from 255 or 67.43% from 261); Green value is 37 (14.84% from 255 or 14.18% from 261); Blue value is 48 (19.14% from 255 or 18.39% from 261); Max value from RGB is 176 - color contains mainly: red. Hex color #B02530 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B02530 is #4FDACF. Grayscale: #4F4F4F. Windows color (decimal): -5233360 or 3155376. OLE color: 3155376.

HSL color Cylindrical-coordinate representation of color #B02530: hue angle of 355.25º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B02530 is Cyan = 0, Magento = 0.79, Yellow = 0.73 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 37 48 -
CMYK 0 0.79 0.73 0.31
HSL 355.25º 0.65% 0.42% -
HSV(B) 355.25º 0.79% 0.69% -
XYZ 19.1 10.77 3.87 -
YUV 79.82 110.05 196.61 -
System Red Green Blue C M Y K H S L
Decimal 176 37 48 0 0.79 0.73 0.31 355.25 0.65 0.42
Hex B0 25 30 0 4F 49 1F 163 41 2A
Octal 260 45 60 0 117 111 37 543 101 52
Binary 10110000 100101 110000 0 1001111 1001001 11111 101100011 1000001 101010

Color Harmonies of #B02530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B02530

Black with #B02530

Text Example


Text Example

White with #B02530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B02530; }

 p { color: rgb(176,37,48); }

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

background-color css

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

 a { background-color: rgb(176,37,48); }

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

border-color css

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

 span { border-color: rgb(176,37,48); }

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