Html Css Color HEX #B20933 Cardinal

📋 copy color: '#B20933'

red 178 ◦ green 9 ◦ blue 51

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

Shades of Cardinal #B20933

Tints of Cardinal #B20933

RGB

 RED value IS 178 (69.92% from 255) = 74.79%

 GREEN value IS 9 (3.91% from 255) = 3.78%

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

R = 74.79%
G = 3.78%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B20933 (or 0xB20933) is known color: Cardinal. HEX triplet: B2, 09 and 33. RGB value is (178,9,51). Sum of RGB (Red+Green+Blue) = 178+9+51=238 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.79% from 238); Green value is 9 (3.91% from 255 or 3.78% from 238); Blue value is 51 (20.31% from 255 or 21.43% from 238); Max value from RGB is 178 - color contains mainly: red. Hex color #B20933 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20933 is #4DF6CC. Grayscale: #404040. Windows color (decimal): -5109453 or 3344818. OLE color: 3344818.

HSL color Cylindrical-coordinate representation of color #B20933: hue angle of 345.09º degrees, saturation: 0.9, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B20933 is Cyan = 0, Magento = 0.95, Yellow = 0.71 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 9 51 -
CMYK 0 0.95 0.71 0.30
HSL 345.09º 0.9% 0.37% -
HSV(B) 345.09º 0.95% 0.7% -
XYZ 19.06 9.9 4.04 -
YUV 64.32 120.49 209.08 -
System Red Green Blue C M Y K H S L
Decimal 178 9 51 0 0.95 0.71 0.30 345.09 0.9 0.37
Hex B2 9 33 0 5F 47 1E 159 5A 25
Octal 262 11 63 0 137 107 36 531 132 45
Binary 10110010 1001 110011 0 1011111 1000111 11110 101011001 1011010 100101

Color Harmonies of #B20933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20933

Black with #B20933

Text Example


Text Example

White with #B20933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20933; }

 p { color: rgb(178,9,51); }

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

background-color css

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

 a { background-color: rgb(178,9,51); }

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

border-color css

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

 span { border-color: rgb(178,9,51); }

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