Html Css Color HEX #B20135 Cardinal

📋 copy color: '#B20135'

red 178 ◦ green 1 ◦ blue 53

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

Shades of Cardinal #B20135

Tints of Cardinal #B20135

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.43%

 BLUE value IS 53 (21.09% from 255) = 22.84%

R = 76.72%
G = 0.43%
B = 22.84%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.70

 K value IS 0.30

RGB Variations

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

Color information

#B20135 (or 0xB20135) is known color: Cardinal. HEX triplet: B2, 01 and 35. RGB value is (178,1,53). Sum of RGB (Red+Green+Blue) = 178+1+53=232 (30% of max value = 765). Red value is 178 (69.92% from 255 or 76.72% from 232); Green value is 1 (0.78% from 255 or 0.43% from 232); Blue value is 53 (21.09% from 255 or 22.84% from 232); Max value from RGB is 178 - color contains mainly: red. Hex color #B20135 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #B20135 is #4DFECA. Grayscale: #3B3B3B. Windows color (decimal): -5111499 or 3473842. OLE color: 3473842.

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

Color convert

RGB 178 1 53 -
CMYK 0 0.99 0.70 0.30
HSL 342.37º 0.99% 0.35% -
HSV(B) 342.37º 0.99% 0.7% -
XYZ 19.01 9.74 4.25 -
YUV 59.85 124.14 212.27 -
System Red Green Blue C M Y K H S L
Decimal 178 1 53 0 0.99 0.70 0.30 342.37 0.99 0.35
Hex B2 1 35 0 63 46 1E 156 63 23
Octal 262 1 65 0 143 106 36 526 143 43
Binary 10110010 1 110101 0 1100011 1000110 11110 101010110 1100011 100011

Color Harmonies of #B20135

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #B20135

Black with #B20135

Text Example


Text Example

White with #B20135

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #B20135; }

 p { color: rgb(178,1,53); }

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

background-color css

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

 a { background-color: rgb(178,1,53); }

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

border-color css

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

 span { border-color: rgb(178,1,53); }

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