Html Css Color HEX #B20038 Cardinal

📋 copy color: '#B20038'

red 178 ◦ green 0 ◦ blue 56

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

Shades of Cardinal #B20038

Tints of Cardinal #B20038

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 56 (22.27% from 255) = 23.93%

R = 76.07%
G = 0%
B = 23.93%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.69

 K value IS 0.30

RGB Variations

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

Color information

#B20038 (or 0xB20038) is known color: Cardinal. HEX triplet: B2, 00 and 38. RGB value is (178,0,56). Sum of RGB (Red+Green+Blue) = 178+0+56=234 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.07% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 56 (22.27% from 255 or 23.93% from 234); Max value from RGB is 178 - color contains mainly: red. Hex color #B20038 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20038 is #4DFFC7. Grayscale: #3B3B3B. Windows color (decimal): -5111752 or 3670194. OLE color: 3670194.

HSL color Cylindrical-coordinate representation of color #B20038: hue angle of 341.12º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 1%. Process color model (Four color, CMYK) of #B20038 is Cyan = 0, Magento = 1, Yellow = 0.69 and Black (K on CMYK) = 0.30.

Color convert

RGB 178 0 56 -
CMYK 0 1 0.69 0.30
HSL 341.12º 1% 0.35% -
HSV(B) 341.12º 1% 0.7% -
XYZ 19.07 9.75 4.62 -
YUV 59.61 125.97 212.45 -
System Red Green Blue C M Y K H S L
Decimal 178 0 56 0 1 0.69 0.30 341.12 1 0.35
Hex B2 0 38 0 64 45 1E 155 64 23
Octal 262 0 70 0 144 105 36 525 144 43
Binary 10110010 0 111000 0 1100100 1000101 11110 101010101 1100100 100011

Color Harmonies of #B20038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20038

Black with #B20038

Text Example


Text Example

White with #B20038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20038; }

 p { color: rgb(178,0,56); }

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

background-color css

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

 a { background-color: rgb(178,0,56); }

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

border-color css

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

 span { border-color: rgb(178,0,56); }

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