Html Css Color HEX #B00833 Cardinal

📋 copy color: '#B00833'

red 176 ◦ green 8 ◦ blue 51

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

Shades of Cardinal #B00833

Tints of Cardinal #B00833

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.4%

 BLUE value IS 51 (20.31% from 255) = 21.7%

R = 74.89%
G = 3.4%
B = 21.7%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.31

RGB Variations

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

Color information

#B00833 (or 0xB00833) is known color: Cardinal. HEX triplet: B0, 08 and 33. RGB value is (176,8,51). Sum of RGB (Red+Green+Blue) = 176+8+51=235 (31% of max value = 765). Red value is 176 (69.14% from 255 or 74.89% from 235); Green value is 8 (3.52% from 255 or 3.40% from 235); Blue value is 51 (20.31% from 255 or 21.70% from 235); Max value from RGB is 176 - color contains mainly: red. Hex color #B00833 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B00833 is #4FF7CC. Grayscale: #3F3F3F. Windows color (decimal): -5240781 or 3344560. OLE color: 3344560.

HSL color Cylindrical-coordinate representation of color #B00833: hue angle of 344.64º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B00833 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.31.

Color convert

RGB 176 8 51 -
CMYK 0 0.95 0.71 0.31
HSL 344.64º 0.91% 0.36% -
HSV(B) 344.64º 0.95% 0.69% -
XYZ 18.59 9.64 4.01 -
YUV 63.13 121.16 208.5 -
System Red Green Blue C M Y K H S L
Decimal 176 8 51 0 0.95 0.71 0.31 344.64 0.91 0.36
Hex B0 8 33 0 5F 47 1F 159 5B 24
Octal 260 10 63 0 137 107 37 531 133 44
Binary 10110000 1000 110011 0 1011111 1000111 11111 101011001 1011011 100100

Color Harmonies of #B00833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B00833

Black with #B00833

Text Example


Text Example

White with #B00833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B00833; }

 p { color: rgb(176,8,51); }

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

background-color css

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

 a { background-color: rgb(176,8,51); }

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

border-color css

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

 span { border-color: rgb(176,8,51); }

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