Html Css Color HEX #B20834 Cardinal

📋 copy color: '#B20834'

red 178 ◦ green 8 ◦ blue 52

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

Shades of Cardinal #B20834

Tints of Cardinal #B20834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 21.85%

R = 74.79%
G = 3.36%
B = 21.85%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.71

 K value IS 0.30

RGB Variations

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

Color information

#B20834 (or 0xB20834) is known color: Cardinal. HEX triplet: B2, 08 and 34. RGB value is (178,8,52). Sum of RGB (Red+Green+Blue) = 178+8+52=238 (31% of max value = 765). Red value is 178 (69.92% from 255 or 74.79% from 238); Green value is 8 (3.52% from 255 or 3.36% from 238); Blue value is 52 (20.70% from 255 or 21.85% from 238); Max value from RGB is 178 - color contains mainly: red. Hex color #B20834 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20834 is #4DF7CB. Grayscale: #3F3F3F. Windows color (decimal): -5109708 or 3410098. OLE color: 3410098.

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

Color convert

RGB 178 8 52 -
CMYK 0 0.96 0.71 0.30
HSL 344.47º 0.91% 0.36% -
HSV(B) 344.47º 0.96% 0.7% -
XYZ 19.07 9.89 4.15 -
YUV 63.85 121.32 209.42 -
System Red Green Blue C M Y K H S L
Decimal 178 8 52 0 0.96 0.71 0.30 344.47 0.91 0.36
Hex B2 8 34 0 60 47 1E 158 5B 24
Octal 262 10 64 0 140 107 36 530 133 44
Binary 10110010 1000 110100 0 1100000 1000111 11110 101011000 1011011 100100

Color Harmonies of #B20834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20834

Black with #B20834

Text Example


Text Example

White with #B20834

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20834; }

 p { color: rgb(178,8,52); }

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

background-color css

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

 a { background-color: rgb(178,8,52); }

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

border-color css

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

 span { border-color: rgb(178,8,52); }

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