Html Css Color HEX #B00530 Cardinal

📋 copy color: '#B00530'

red 176 ◦ green 5 ◦ blue 48

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

Shades of Cardinal #B00530

Tints of Cardinal #B00530

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.18%

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

R = 76.86%
G = 2.18%
B = 20.96%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.73

 K value IS 0.31

RGB Variations

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

Color information

#B00530 (or 0xB00530) is known color: Cardinal. HEX triplet: B0, 05 and 30. RGB value is (176,5,48). Sum of RGB (Red+Green+Blue) = 176+5+48=229 (30% of max value = 765). Red value is 176 (69.14% from 255 or 76.86% from 229); Green value is 5 (2.34% from 255 or 2.18% from 229); Blue value is 48 (19.14% from 255 or 20.96% from 229); Max value from RGB is 176 - color contains mainly: red. Hex color #B00530 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00530 is #4FFACF. Grayscale: #3D3D3D. Windows color (decimal): -5241552 or 3147184. OLE color: 3147184.

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

Color convert

RGB 176 5 48 -
CMYK 0 0.97 0.73 0.31
HSL 344.91º 0.94% 0.35% -
HSV(B) 344.91º 0.97% 0.69% -
XYZ 18.49 9.55 3.67 -
YUV 61.03 120.65 210 -
System Red Green Blue C M Y K H S L
Decimal 176 5 48 0 0.97 0.73 0.31 344.91 0.94 0.35
Hex B0 5 30 0 61 49 1F 159 5E 23
Octal 260 5 60 0 141 111 37 531 136 43
Binary 10110000 101 110000 0 1100001 1001001 11111 101011001 1011110 100011

Color Harmonies of #B00530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00530

Black with #B00530

Text Example


Text Example

White with #B00530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00530; }

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

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

background-color css

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

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

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

border-color css

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

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

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