Html Css Color HEX #BB0635 Cardinal

📋 copy color: '#BB0635'

red 187 ◦ green 6 ◦ blue 53

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

Shades of Cardinal #BB0635

Tints of Cardinal #BB0635

RGB

 RED value IS 187 (73.44% from 255) = 76.02%

 GREEN value IS 6 (2.73% from 255) = 2.44%

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

R = 76.02%
G = 2.44%
B = 21.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.27

RGB Variations

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

Color information

#BB0635 (or 0xBB0635) is known color: Cardinal. HEX triplet: BB, 06 and 35. RGB value is (187,6,53). Sum of RGB (Red+Green+Blue) = 187+6+53=246 (32% of max value = 765). Red value is 187 (73.44% from 255 or 76.02% from 246); Green value is 6 (2.73% from 255 or 2.44% from 246); Blue value is 53 (21.09% from 255 or 21.54% from 246); Max value from RGB is 187 - color contains mainly: red. Hex color #BB0635 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BB0635 is #44F9CA. Grayscale: #414141. Windows color (decimal): -4520395 or 3475131. OLE color: 3475131.

HSL color Cylindrical-coordinate representation of color #BB0635: hue angle of 344.42º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BB0635 is Cyan = 0, Magento = 0.97, Yellow = 0.72 and Black (K on CMYK) = 0.27.

Color convert

RGB 187 6 53 -
CMYK 0 0.97 0.72 0.27
HSL 344.42º 0.94% 0.38% -
HSV(B) 344.42º 0.97% 0.73% -
XYZ 21.2 10.95 4.36 -
YUV 65.48 120.97 214.68 -
System Red Green Blue C M Y K H S L
Decimal 187 6 53 0 0.97 0.72 0.27 344.42 0.94 0.38
Hex BB 6 35 0 61 48 1B 158 5E 26
Octal 273 6 65 0 141 110 33 530 136 46
Binary 10111011 110 110101 0 1100001 1001000 11011 101011000 1011110 100110

Color Harmonies of #BB0635

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BB0635

Black with #BB0635

Text Example


Text Example

White with #BB0635

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BB0635; }

 p { color: rgb(187,6,53); }

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

background-color css

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

 a { background-color: rgb(187,6,53); }

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

border-color css

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

 span { border-color: rgb(187,6,53); }

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